Welcome![Sign In][Sign Up]
Location:
Search - c mfc

Search list

[Internet-NetworkQQ恶作剧程序Visual C++ MFC

Description: QQ恶作程序,大家用一用-QQ procedural evil, we use one with
Platform: | Size: 29696 | Author: 试验林 | Hits:

[Books《MFC技术内幕(配书源码)》

Description: 讲mfc的书,并含配套源码-stresses mfc book, and with matching source
Platform: | Size: 2343936 | Author: 啊aaa | Hits:

[Documents画笔使用

Description: C++中MFC中画笔类的使用事例-C MFC brush kind of use case
Platform: | Size: 1024 | Author: 温启良 | Hits:

[Booksming005

Description: VC++MFC编程实例之五-VC MFC programming examples 5
Platform: | Size: 1035264 | Author: 阿明 | Hits:

[Booksming008

Description: VC++MFC编程实例之八-VC MFC programming examples 8
Platform: | Size: 615424 | Author: 阿明 | Hits:

[Documents20040730C++MFCSingletondemo

Description: C++、MFC源代码Singleton_demo -C, MFC source code Singleton_demo
Platform: | Size: 58368 | Author: 姚弘 | Hits:

[BooksMicrosoft Visual C++ 6.0 MFC库参考手册

Description: MFC库参考手册-MFC Library Reference Manual
Platform: | Size: 4217856 | Author: 内德维德 | Hits:

[Graph programcad(MFC)

Description: 一个用MFC开发的CAD程序-a development with MFC CAD procedures
Platform: | Size: 136192 | Author: 黄华区 | Hits:

[Crack Hackrsa-0.0.1用C++编写的实现RSA加密算法的程序

Description: C++编写的实现RSA加密算法的程序-prepared by the RSA encryption algorithm to achieve the procedure
Platform: | Size: 2048 | Author: wang | Hits:

[VC/MFCMFC 函数实用手册

Description: MFC 函数实用手册-MFC API applied manual
Platform: | Size: 3675136 | Author: zwbh | Hits:

[source in ebookc++时尚编程百例__81-110

Description: c++时尚编程百例__81-110-c++ fashional programing sample
Platform: | Size: 1927168 | Author: 丁俊 | Hits:

[Other Riddle gamesTetrisWang

Description: 俄罗斯方块: 经典的俄罗斯方块源程序,支持单人游戏,双人游戏,双人对战,网络对战,人机对战,还可以改变游戏中方块的颜色和方块类型,做的非常不错。开发工具:VC++6.0 和 MFC -Tetris : The classic Tetris source to support single game, a double game, a double screen, network gaming, human-computer screen, can also change the game cubes and squares color type, so very good. Development tools : VC 6.0 and MFC
Platform: | Size: 116736 | Author: 王红 | Hits:

[VC/MFCVisual C++ 6.0程序员指南

Description: 本书是美国微软出版社授权的 Microsoft Visual Studio系列中文版图书之一,它是 Visual C++ 6.0程序员的实用参考书。 书中讨论的许多主题均以范例程序进行说明,所有范例程序的项目文件都在配套光盘上。本书是从事Visual C++ 6.0应用与开发的所有技术人员极好的工具书,同时也是大专院校相关专业的师生的自学、教学参考用书。 全书共分成六个部分: 第一部分介绍Developer Studio和AppWizard的基础知识; 第二部分介绍文本、图形和对话框编辑器; 第三部分是编程指南,展示了如何使用Classwizard和 Gallery来加速编程开发工作,创建自己的组件; 第四部分介绍 ActiveX控件及其使用,说明如何用MFC或ATL来写 ActiveX控件; 第五部分讨论调试器的各种能力,程序优化的各种选项及原因,如何定制Visual C++,如何编制宏和附加实用程序; 第六部分提供ASCll字符和ANSI字符的标准表格,并简要描述ClassWizard支持的MFC类和VBScript-the book is authorized Microsoft Microsoft Visual Studio line Chinese version of one book, which is 6.0 Visual C programmers practical reference books. Book Many of the topics discussed were examples of procedures that all procedures examples of projects supporting documents are in the CD-ROM. The book is engaging in Visual C++ 6.0 application development with all the technical staff excellent tool, as well as tertiary institutions relevant professional teacher training, teaching reference books. The book is split into six parts : the first part describes Developer Studio and the basic knowledge+5.0; The second part gives text, graphics and dialog editor; The third part of the programming guide, showing how to use Classwizard Gallery and to accelerate the development of programming buil
Platform: | Size: 10822656 | Author: 刘建国 | Hits:

[Windows Developvisual c++.net应用编程150例

Description: 本书主要是为具有一定Visual C++应用基础的读者编写的,全书通过150个实例,全面、深入地介绍了利用Visual C++ 6.0开发应用程序的常用方法和技巧。全书共分为6章,主要讲解了Visual C++.net中界面效果、图形图像处理、文件与系统功能控制、控件应用与MFC编程、数据库开发等内容。这些实例简单实用、典型性强、功能突出,很多实例使用的技术可以解决一类问题,读者在掌握实例中的技术或技巧后,使用这些技术可以试着实现更复杂的功能、应用到更多方面。-the book is certain to have Visual C based on the application prepared by the reader, the book by 150 examples, comprehensive, in-depth introduced to the use of Visual C 6.0 application procedures commonly used methods and techniques. The book is divided into six chapters, mainly on the Visual C. Net interface effects, graphics and image processing, document control and system functions, applications and controls MFC programming, database development and other content. These simple and practical examples, the typical strong, prominent features, many examples of the use of technology to solve a problem category, readers grasp examples of technology or skills, the use of these techniques may try to achieve more complex functions, applications to a wider range.
Platform: | Size: 1661952 | Author: 刘建国 | Hits:

[Compress-Decompress algrithms实现LZARI压缩算法的C++类

Description: 这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 c language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. I rewrite it became a c categories, it can convenience compression, but more importantly, I added two new interface, the class can compression/decompression period memory buffer, and not just paper. A total of five external interface :
Platform: | Size: 1024 | Author: 张吗恩 | Hits:

[source in ebookWindows下的C++

Description: 《Windows下的C/C++高级编程》的光盘,SDK入门,是学好MFC的知识准备-"Windows C/C Advanced Programming" CD-ROM entry SDK is the study of knowledge ready MFC
Platform: | Size: 875520 | Author: zwl | Hits:

[VC/MFCVC and MFC

Description: 本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,是基础知识,讲述用户界面的实例,讲述MFC内部处理方面的实例,讲述打包实例。-the book through 85 examples on the application of comprehensive MFC Visual C Programming for the idea. Each case were preparing an application to take steps to prepare. The book is divided into four parts, is the foundation of knowledge about the user interface example, about the internal processing MFC example, about packing case.
Platform: | Size: 13740032 | Author: dz | Hits:

[Multimedia Developstd字符串处理C++源程序

Description: 与mfc中的cstring一样功能的,c语言代码,非常好-with mfc cstring the same function, c language code, a very good
Platform: | Size: 57344 | Author: tom | Hits:

[Windows DevelopMiniCalc

Description: 一个基于Windows MFC的小型计算器,采用XP界面风格,功能完备,使用方便(这是我们数据结构的作业哈)-A mini-calculator base on Windows MFC, use XP window style, with all ready function, easy to use (It s our Data Structure homework,hoho)
Platform: | Size: 269312 | Author: | Hits:

[Internet-NetworkBChat

Description: 是一款基于mfc的c++聊天工具,分客户端和服务端。服务器可挂载多客户端,并支持用户的名称及密码管理,允许其进行在线消息发送,还有一款别致的aqua水波界面供选择。-was based on the c mfc chat tools, and client-server. Servers can mount multi-client, and supports user name and password management, allowing for online messaging, as well as a chic aqua wave interface available.
Platform: | Size: 1080320 | Author: lyx | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net